ComponentOne Bitmap for WPF
GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Bool,Int16[],Int32,GlyphMetrics[],Bool) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > FontFace Class > GetGdiCompatibleGlyphMetrics Method : GetGdiCompatibleGlyphMetrics(Single,Single,Nullable<Matrix3x2>,Bool,Int16[],Int32,GlyphMetrics[],Bool) Method
HRESULT IDWriteFontFace::GetGdiCompatibleGlyphMetrics([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In, Buffer] const unsigned short* glyphIndices,[In] unsigned int glyphCount,[Out, Buffer] DWRITE_GLYPH_METRICS* glyphMetrics,[In] BOOL isSideways)
Syntax
'Declaration
 
Public Overloads Sub GetGdiCompatibleGlyphMetrics( _
   ByVal emSize As System.Single, _
   ByVal pixelsPerDip As System.Single, _
   ByVal transform As System.Nullable(Of Matrix3x2), _
   ByVal useGdiNatural As Bool, _
   ByVal glyphIndices() As System.Short, _
   ByVal glyphCount As System.Integer, _
   ByVal glyphMetrics() As GlyphMetrics, _
   ByVal isSideways As Bool _
) 
public void GetGdiCompatibleGlyphMetrics( 
   System.float emSize,
   System.float pixelsPerDip,
   System.Nullable<Matrix3x2> transform,
   Bool useGdiNatural,
   System.short[] glyphIndices,
   System.int glyphCount,
   GlyphMetrics[] glyphMetrics,
   Bool isSideways
)

Parameters

emSize
pixelsPerDip
transform
useGdiNatural
glyphIndices
glyphCount
glyphMetrics
isSideways
See Also

Reference

FontFace Class
FontFace Members
Overload List